home *** CD-ROM | disk | FTP | other *** search
/ Amiga Developer CD 2.1 / Amiga Developer CD v2.1.iso / Reference / Includes_and_Autodocs_3.5 / include / clib / layout_protos.h < prev    next >
Encoding:
C/C++ Source or Header  |  1999-10-28  |  1.3 KB  |  38 lines

  1. #ifndef  CLIB_LAYOUT_PROTOS_H
  2. #define  CLIB_LAYOUT_PROTOS_H
  3.  
  4. /*
  5. **    $VER: layout_protos.h 1.1 (6.10.1999)
  6. **
  7. **    C prototypes. For use with 32 bit integers only.
  8. **
  9. **    Copyright © 1999 Amiga, Inc.
  10. **        All Rights Reserved
  11. */
  12.  
  13. #ifdef __cplusplus
  14. extern "C" {
  15. #endif /* __cplusplus */
  16.  
  17. #ifndef  INTUITION_INTUITION_H
  18. #include <intuition/intuition.h>
  19. #endif
  20. #ifndef  INTUITION_CLASSES_H
  21. #include <intuition/classes.h>
  22. #endif
  23. Class *LAYOUT_GetClass( VOID );
  24. BOOL ActivateLayoutGadget( struct Gadget *gadget, struct Window *window, struct Requester *requester, ULONG object );
  25. VOID FlushLayoutDomainCache( struct Gadget *gadget );
  26. BOOL RethinkLayout( struct Gadget *gadget, struct Window *window, struct Requester *requester, LONG refresh );
  27. VOID LayoutLimits( struct Gadget *gadget, struct LayoutLimits *limits, struct TextFont *font, struct Screen *screen );
  28. Class *PAGE_GetClass( VOID );
  29. ULONG SetPageGadgetAttrsA( struct Gadget *gadget, Object *object, struct Window *window, struct Requester *requester, struct TagItem *tags );
  30. ULONG SetPageGadgetAttrs( struct Gadget *gadget, Object *object, struct Window *window, struct Requester *requester, ... );
  31. VOID RefreshPageGadget( struct Gadget *gadget, Object *object, struct Window *window, struct Requester *requester );
  32.  
  33. #ifdef __cplusplus
  34. }
  35. #endif /* __cplusplus */
  36.  
  37. #endif   /* CLIB_LAYOUT_PROTOS_H */
  38.